home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mechacatdestructo.swf / scripts / DefineButton2_710 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  104b  |  7 lines

  1. on(release){
  2.    if(_parent.Popup._currentframe == 1)
  3.    {
  4.       _global.C.endGame("lose");
  5.    }
  6. }
  7.